Package com.cisco.pt.ipc.sim
Interface PolicyMapManager
- All Superinterfaces:
IPCObject
- All Known Implementing Classes:
PolicyMapManagerImpl
Information provided by the PKI file:
\class PolicyMapManager
\brief PolicyMapManager holds and manages policy maps.
\example network().getDevice("Router0").getPolicyMapManager()
- Author:
- Auto-generated
-
Method Summary
Modifier and TypeMethodDescriptiongetPolicyMap(String name) Information provided by the PKI file:getPolicyMapAt(int index) Information provided by the PKI file:intInformation provided by the PKI file:Methods inherited from interface com.cisco.pt.ipc.IPCObject
getAccessMessage, getClassName, getFactory, getObjectUUID, getPacketTracerSession
-
Method Details
-
getPolicyMapCount
int getPolicyMapCount()Information provided by the PKI file:
\brief Returns the number of policy maps. \return int, the number of policy maps.- Returns:
- int Returns a int
-
getPolicyMapAt
Information provided by the PKI file:
\brief Returns the policy map at the specified index. \param index, the index of the policy map of interest. \return PolicyMap, the PolicyMap object at the specified index.- Parameters:
index- Takes in a parameter of index- Returns:
- PolicyMap Returns a PolicyMap
-
getPolicyMap
Information provided by the PKI file:
\brief Returns the policy map with the specified name. \param name, the name of the policy map of interest. \return PolicyMap, the PolicyMap object with the specified name.- Parameters:
name- Takes in a parameter of name- Returns:
- PolicyMap Returns a PolicyMap
-